home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / irc / MyMatch.lha / MyMatch / Rexx / MatchResolve.rexx
OS/2 REXX Batch file  |  1999-04-11  |  356b  |  6 lines

  1. /* MatchResolve.rexx
  2. \\ $VER: MatchResolve.rexx 1.0 (27.02.99)
  3. // Written by StarDustr on #AmIRC@irc.dal.net
  4. \\ This script MUST be placed in your  REXX:  directory
  5. */
  6. ;options failat 20;if show('p',"AMITCP") then resolver="AmiTCP:bin/Resolve";if show('p',"MIAMI.1") then resolver="Miami:MiamiResolve";arg ip;address command resolver ">RAM:mr.host" ip;exit